home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / doc / www-talk.archive.Z / www-talk.archive / text0305.txt < prev    next >
Encoding:
Text File  |  1992-11-30  |  1.8 KB  |  54 lines

  1. On Tue, 3 Nov 1992, Tim Berners-Lee wrote:
  2.  
  3. > >  I am not sure yet whether you can
  4. > > design something that's optimally designed for a 24x80 ascii screen
  5. > > and also for paper (probably not) but at least it'll be usable in both
  6. > > contexts.
  7. > Do you feel that
  8. >  (a) you need more variety of tags, or that
  9. >  (b) the 24x80 representation of the existing tags is suboptimal, or that
  10. >  (c) the task is impossible by its nature -- you must rewritethe document.
  11. > If (a), we should take that into account for HTML extentions.
  12. > If (b), you can change the DefaultStyles.c built-in style sheet
  13. > If (c), I agree. In principle. But In practice we need to comprompize.
  14. >     Tim
  15.  
  16. The main goal of SGML and one which I believe it meets reasonably well is
  17. the seperation of display issues from content issues.
  18.  
  19. Presentation issues can only be guessed at, never known.
  20.  
  21. Only by decoupling the presentation of information from it's organisation
  22. can we hope to develop useful tools. (IMHO)
  23.  
  24. A simple example might be the rendering of a list.  How would you do it?
  25.  
  26. A "LIST" is nothing more than a collection of items.  There should be no
  27. inherent assumptions as to how it might be rendered.
  28.  
  29. I could conceive of a block of text containing the first element, and an
  30. indication that there were more elements available (via some user
  31. interaction).
  32.  
  33. Or even the complete collapse of the list into just an indication of it's
  34. existance, (a "jump").
  35.  
  36. The point should be (IMHO) that the rendering decision should ALWAYS be
  37. left to the client.  Any rendering-centric portions of HGML should be
  38. replaced by more general constructs.
  39.  
  40. Perhaps what we need is a WG to design the next generation of HGML?  Is
  41. there such a beast already?
  42.  
  43.         </rr>
  44.  --
  45. I hate 3 things: Ignorance, Poverty, and Moving.  Well, maybe not in that order.
  46.  
  47.  
  48.  
  49.